home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / system / mail / transpor / ifmail23.z / ifmail23 / ifmail / iflib / getopt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-10-22  |  94 b   |  8 lines

  1. #ifdef DONT_HAVE_GETOPT
  2.  
  3. extern int getopt();
  4. extern char *optarg;
  5. extern int optind;
  6.  
  7. #endif
  8.